Skip to content

Commit

Permalink
refactor: test updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro-komlyk committed Mar 8, 2024
1 parent a251e2e commit 5ef2f80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ FROM base as runner
COPY --chown=node:node --from=builder /prod/${PACKAGE_NAME} /app/${SERVICE_PATH}
COPY --chown=node:node --from=builder /app/${SERVICE_PATH}/.env /app/${SERVICE_PATH}/.env
COPY --chown=node:node --from=builder /app/${SERVICE_PATH}/dist /app/${SERVICE_PATH}/dist
COPY --chown=node:node --from=builder /app/${SERVICE_PATH}/public /app/${SERVICE_PATH}/public

WORKDIR /app
COPY tsconfig.json ./tsconfig.json

Expand Down

0 comments on commit 5ef2f80

Please sign in to comment.