mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 14:10:53 +03:00
refactored docker build
This commit is contained in:
@@ -6,7 +6,7 @@ RUN chown -R app /app
|
||||
USER app
|
||||
WORKDIR /app
|
||||
RUN mkdir static
|
||||
RUN npm install && npm cache clean --force
|
||||
RUN npm install --production && npm cache clean --force
|
||||
|
||||
ENV PORT=1443
|
||||
EXPOSE $PORT
|
||||
|
||||
Reference in New Issue
Block a user