mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 14:38:12 +00:00
Merge pull request #361 from Tria-plc/alpha
fix(passenger-api): remove trailing backslash in Dockerfile
This commit is contained in:
@@ -48,7 +48,7 @@ ENV NODE_ENV=production
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN addgroup --system --gid 1001 nodejs \
|
RUN addgroup --system --gid 1001 nodejs \
|
||||||
&& adduser --system --uid 1001 --ingroup nodejs nestjs
|
&& adduser --system --uid 1001 --ingroup nodejs nestjs
|
||||||
COPY --from=deployer --chown=nestjs:nodejs /deploy .\
|
COPY --from=deployer --chown=nestjs:nodejs /deploy .
|
||||||
USER nestjs
|
USER nestjs
|
||||||
EXPOSE 4000
|
EXPOSE 4000
|
||||||
CMD ["node", "dist/main.js"]
|
CMD ["node", "dist/main.js"]
|
||||||
|
|||||||
Reference in New Issue
Block a user