Update Dockerfile

This commit is contained in:
freearhey
2025-01-02 15:36:20 +03:00
parent ca1a916b85
commit 9bbc6b8706

View File

@@ -20,7 +20,6 @@ RUN apk update \
&& mkdir /public
RUN apk del git curl \
&& rm -rf /var/cache/apk/*
COPY pm2.config.js $WORKDIR
WORKDIR $WORKDIR
EXPOSE 3000
CMD [ "pm2-runtime", "pm2.config.js" ]