key command fin v1
This commit is contained in:
@@ -5,6 +5,9 @@ RUN mkdir -p /data
|
||||
WORKDIR /data
|
||||
COPY . .
|
||||
RUN rm -f .env
|
||||
RUN apt-get update -qqy
|
||||
RUN apt-get install -qqy imagemagick graphicsmagick
|
||||
RUN apt-get clean
|
||||
RUN npm install
|
||||
EXPOSE ${NODE_PORT}
|
||||
CMD ["npm", "run", "dbrun"]
|
||||
Reference in New Issue
Block a user