mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-26 16:52:06 +05:30
Окончено внедрение докера для развёртывания dev-окружения
This commit is contained in:
parent
847a610d4b
commit
ddefb92a1e
@ -1,2 +1,2 @@
|
||||
dist
|
||||
#node_modules
|
||||
node_modules
|
||||
|
@ -3,10 +3,6 @@ FROM node:5.11
|
||||
RUN mkdir -p /usr/src/app
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
# Install app dependencies
|
||||
COPY package.json /usr/src/app/
|
||||
RUN npm i
|
||||
|
||||
# Bundle app source
|
||||
COPY . /usr/src/app
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user