Skip to content

Commit

Permalink
Update Dockerfile to append .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
garder500 committed Dec 17, 2023
1 parent 0262d0a commit d537578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ COPY --from=build /app/server /app/
EXPOSE 2634

WORKDIR /app
CMD [ "test=test",">",".env" ]
RUN "echo '.env' >> .env"
# What the container should run when it is started.
ENTRYPOINT [ "./server" ]

0 comments on commit d537578

Please sign in to comment.