Skip to content

Commit

Permalink
Merge pull request #158 from bcgov/bug/dockerfile
Browse files Browse the repository at this point in the history
Copy config to sbin
  • Loading branch information
jujaga authored Dec 29, 2023
2 parents 9c587e5 + fa4be2d commit 493dc99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ COPY --from=app ${APP_ROOT}/sbin ${APP_ROOT}/sbin
COPY --from=frontend ${APP_ROOT}/dist ${APP_ROOT}/dist
COPY .git ${APP_ROOT}/.git
COPY app/config ${APP_ROOT}/config
COPY app/config ${APP_ROOT}/sbin/config
COPY app/package.json app/package-lock.json ${APP_ROOT}
WORKDIR ${APP_ROOT}

Expand Down

0 comments on commit 493dc99

Please sign in to comment.