Skip to content

Commit

Permalink
Fix release image
Browse files Browse the repository at this point in the history
  • Loading branch information
sevein committed Oct 2, 2023
1 parent 8f58fcb commit 18a6390
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/.git
/dist
/public/web
/web/.cache
/web/node_modules
3 changes: 1 addition & 2 deletions Dockerfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
FROM debian:12 AS final
RUN apt-get update && apt-get install --yes --no-install-recommends graphviz ca-certificates && rm -rf /var/lib/apt/lists/*
COPY amflow /
RUN addgroup -S amflow
RUN adduser -S amflow -G amflow
RUN useradd --system --create-home --home-dir=/home/amflow --user-group amflow
USER amflow
ENTRYPOINT ["/amflow"]
Binary file added amflow
Binary file not shown.

0 comments on commit 18a6390

Please sign in to comment.