cleanup
This commit is contained in:
@ -4,7 +4,7 @@ ARG PORT
|
||||
ENV PORT=$PORT
|
||||
|
||||
COPY . .
|
||||
RUN npm install && npm run build
|
||||
RUN npm install && npm run build && rm -rf src
|
||||
|
||||
CMD ["node", "dist/main.js"]
|
||||
EXPOSE $PORT
|
||||
|
Reference in New Issue
Block a user