Skip to content

Commit

Permalink
docker stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
clezag committed Jun 5, 2024
1 parent 21da17c commit a74d55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ EXPOSE 8080
FROM base as build
WORKDIR app
COPY src/main main
COPY src/resources resources
COPY src/resources/ resources/
CMD [ "./main"]

FROM base as dev
Expand Down

0 comments on commit a74d55f

Please sign in to comment.