Skip to content

Commit

Permalink
update Dockerfile.goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
710leo committed Mar 30, 2023
1 parent 0e95c29 commit a0c635b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile.goreleaser
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ FROM --platform=$BUILDPLATFORM python:3-slim
WORKDIR /app
ADD n9e /app
ADD etc /app
ADD integrations /app
RUN mkdir -p /app/integrations
ADD integrations /app/integrations/
ADD http://download.flashcat.cloud/wait /wait
RUN mkdir -p /app/pub && chmod +x /wait
ADD pub /app/pub/
Expand Down

0 comments on commit a0c635b

Please sign in to comment.