Merge pull request #57 from vexorian/development
Reorder Dockerfile commands to take better advantage of the Docker cache
This commit is contained in:
commit
4019feba01
@ -4,8 +4,8 @@ RUN apk add --no-cache ffmpeg && ffmpeg -version
|
||||
WORKDIR /home/node/app
|
||||
COPY package*.json ./
|
||||
RUN npm install
|
||||
COPY . .
|
||||
RUN npm install -g browserify
|
||||
RUN npm run build
|
||||
EXPOSE 8000
|
||||
CMD [ "npm", "start"]
|
||||
COPY . .
|
||||
RUN npm run build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user