Skip to content

Commit

Permalink
refactor: remove test line from docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro-komlyk committed Mar 8, 2024
1 parent 4b807db commit 323afd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ 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 323afd6

Please sign in to comment.