Skip to content

Commit

Permalink
fix: Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Angular2Guy committed Mar 31, 2024
1 parent b5882ae commit b79addf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM ubuntu:jammy
VOLUME /tmp
ENV GIN_MODE=release
ARG APP_FILE
ADD backend/$APP_FILE /application
ADD backend/config/properties.env /config/properies.env
Expand Down

0 comments on commit b79addf

Please sign in to comment.