Skip to content
This repository has been archived by the owner on Nov 12, 2023. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks committed Apr 18, 2023
1 parent 0111ffb commit 285e941
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
Expand Up @@ -13,6 +13,6 @@ COPY . .
RUN cd server && go build -o Admin

FROM golang:1.20.2-alpine3.17
COPY --from=client /app/dist/client ./client/dist
COPY --from=client /app/dist/client ./dist/client
COPY --from=server /app/server/Admin Admin
CMD ["./Admin"]

0 comments on commit 285e941

Please sign in to comment.