Skip to content

Commit

Permalink
fix(docker): more docker fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
serge1peshcoff committed Feb 4, 2020
1 parent f50d557 commit 1e9721d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/oms-core-js/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ RUN mkdir -p /usr/app/src \
RUN apt-get update
RUN apt-get install netcat -y

COPY ./docker/oms-statutory/bootstrap.sh /usr/app/scripts/bootstrap.sh
COPY ./docker/oms-statutory/wait.sh /usr/app/scripts/wait.sh
COPY ./docker/oms-core-js/bootstrap.sh /usr/app/scripts/bootstrap.sh
COPY ./docker/oms-core-js/wait.sh /usr/app/scripts/wait.sh
COPY . /usr/app/src

RUN chown -R node:node /usr/app
Expand Down

0 comments on commit 1e9721d

Please sign in to comment.