Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yk-eukarya committed Jan 27, 2025
1 parent c76d51c commit 6c97fab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,4 @@ COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certifica
COPY --from=build /etc/mime.types /etc/mime.types
COPY --from=build /app/reearth-cms /app/reearth-cms

WORKDIR /app

ENTRYPOINT [ "/reearth-cms" ]
ENTRYPOINT [ "/app/reearth-cms" ]

0 comments on commit 6c97fab

Please sign in to comment.