Skip to content

Commit

Permalink
Merge pull request #11 from dzniel/dev
Browse files Browse the repository at this point in the history
Enabled executable shells for docker image
  • Loading branch information
dzniel committed Aug 6, 2023
2 parents 0a97ac6 + 15d30df commit 4d8b7ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ COPY app.env .
COPY start.sh .
COPY wait-for.sh .
COPY db/migration ./migration
RUN chmod +x ./start.sh
RUN chmod +x ./wait-for.sh

EXPOSE 8080
CMD [ "/app/main" ]
Expand Down

0 comments on commit 4d8b7ed

Please sign in to comment.