Skip to content
Snippets Groups Projects
Commit 42f508ca authored by michael.minelli's avatar michael.minelli
Browse files

Dockerfile => Bug fix: copy of .env file

parent fed9d5ca
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ COPY --from=builder ${BUILD_WORKDIR}/node_modules ./node_modules ...@@ -31,7 +31,7 @@ COPY --from=builder ${BUILD_WORKDIR}/node_modules ./node_modules
COPY --from=builder ${BUILD_WORKDIR}/package*.json ./ COPY --from=builder ${BUILD_WORKDIR}/package*.json ./
COPY --from=builder ${BUILD_WORKDIR}/dist ./dist COPY --from=builder ${BUILD_WORKDIR}/dist ./dist
COPY --from=builder ${BUILD_WORKDIR}/prisma ./prisma COPY --from=builder ${BUILD_WORKDIR}/prisma ./prisma
ADD .env ${BUILD_WORKDIR}/.env ADD .env ./.env
EXPOSE 30992 EXPOSE 30992
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment