Skip to content

Commit

Permalink
Green and happy 🪲🩼
Browse files Browse the repository at this point in the history
  • Loading branch information
IRus committed Aug 23, 2024
1 parent 5baad76 commit 290dd59
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,4 +1,4 @@
FROM bellsoft/liberica-openjre-alpine:21.0.4
COPY /build/install/backend /opt/backend
COPY /komok-app/build/distributions/komok-app /opt/backend
COPY /frontend/dist /opt/frontend
ENTRYPOINT /opt/backend/bin/backend

Check warning on line 4 in Dockerfile

View workflow job for this annotation

GitHub Actions / build-and-push-backend-image

JSON arguments recommended for ENTRYPOINT/CMD to prevent unintended behavior related to OS signals

JSONArgsRecommended: JSON arguments recommended for ENTRYPOINT to prevent unintended behavior related to OS signals More info: https://docs.docker.com/go/dockerfile/rule/json-args-recommended/

0 comments on commit 290dd59

Please sign in to comment.