Skip to content

Commit

Permalink
add dir
Browse files Browse the repository at this point in the history
  • Loading branch information
zenuo committed Jul 18, 2024
1 parent 9d8a7b4 commit 927ed4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile_workflow
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM amd64/alpine:3.16
RUN apk upgrade --no-cache && apk add --no-cache openssl
ADD gogo-server /
ADD config.json /
ADD gogo-web /
ADD package/gogo-server /
ADD package/config.json /
ADD package/gogo-web /
ENTRYPOINT ["/gogo-server","config.json"]

0 comments on commit 927ed4f

Please sign in to comment.