Skip to content

Commit

Permalink
Merge pull request #5 from gazes-media/main
Browse files Browse the repository at this point in the history
Update Dockerfile to append .env file
  • Loading branch information
garder500 authored Dec 17, 2023
2 parents 651814d + d537578 commit 432dd1f
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 432dd1f

Please sign in to comment.