mirror of
https://github.com/byulmaru/quesdon
synced 2024-11-27 14:28:04 +09:00
Remove redundant mkdir in Dockerfile
WORKDIR command creates specified directory automatically.
This commit is contained in:
parent
f1d2db525f
commit
6cf21e09d6
@ -2,7 +2,6 @@ FROM node
|
||||
|
||||
ENV BACK_PORT 80
|
||||
|
||||
RUN mkdir /app
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json package-lock.json ./
|
||||
|
Loading…
Reference in New Issue
Block a user