improved docker file
This commit is contained in:
@@ -29,4 +29,4 @@ RUN addgroup --system --gid 1001 nodejs
|
|||||||
RUN adduser --system --uid 1001 fluxcurrent
|
RUN adduser --system --uid 1001 fluxcurrent
|
||||||
COPY --from=installer /app/ ./
|
COPY --from=installer /app/ ./
|
||||||
USER fluxcurrent
|
USER fluxcurrent
|
||||||
CMD ["node", "--no-warnings", "packages/server/src/start.ts"]
|
CMD ["node", "--no-warnings", "packages/server/bin/cli.js"]
|
||||||
Reference in New Issue
Block a user