Skip to content

Commit

Permalink
Fix docker publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Stockinger committed Jan 11, 2023
1 parent ce57e88 commit c1f571c
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
@@ -1,5 +1,5 @@
FROM ubuntu:jammy-20221130@sha256:965fbcae990b0467ed5657caceaec165018ef44a4d2d46c7cdea80a9dff0d1ea
ARG APP_DIR=app/build/
ARG APP_DIR=app/build
COPY $APP_DIR/*-runner /work/application
WORKDIR /work/
EXPOSE 8080
Expand Down

0 comments on commit c1f571c

Please # to comment.