1
0
mirror of https://github.com/byulmaru/quesdon synced 2024-11-30 15:58:01 +09:00

Merge pull request #4 from unarist/fix/remove-redundant-mkdir

Remove redundant mkdir in Dockerfile
This commit is contained in:
りんすき 2017-12-11 02:34:06 +09:00 committed by GitHub
commit e9261702f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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