update db
This commit is contained in:
parent
8046a5cd15
commit
323b050cfc
@ -11,5 +11,6 @@ RUN npm install -g nodemon
|
||||
# RUN npm ci --omit=dev
|
||||
# Bundle app source
|
||||
COPY . .
|
||||
RUN mkdir -p /usr/src/app/db
|
||||
EXPOSE 3000
|
||||
CMD [ "node", "app.js" ]
|
||||
|
Loading…
Reference in New Issue
Block a user