1
0
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:
unarist 2017-12-11 02:30:53 +09:00
parent f1d2db525f
commit 6cf21e09d6

View File

@ -2,7 +2,6 @@ FROM node
ENV BACK_PORT 80
RUN mkdir /app
WORKDIR /app
COPY package.json package-lock.json ./