mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Use Dockerfile correctly
This commit is contained in:
@@ -58,7 +58,7 @@ ENV PORT=4000 \
|
||||
RUN mkdir /app
|
||||
WORKDIR /app
|
||||
|
||||
COPY --from=builder /app/_build/prod/rel/cf_phx /app/_build/prod/rel/system_engine .
|
||||
COPY --from=builder /app/_build/prod/rel/cf_phx /app/_build/prod/rel/system_engine ./
|
||||
RUN chown -R nobody: /app
|
||||
USER nobody
|
||||
|
||||
|
||||
Reference in New Issue
Block a user