forked from noxious/client
?
This commit is contained in:
parent
b0ebaafc3b
commit
175f23aa51
@ -12,7 +12,7 @@ COPY package*.json ./
|
||||
RUN npm install
|
||||
|
||||
# Copy project files and folders to the current working directory (i.e. 'app' folder)
|
||||
COPY . .
|
||||
COPY . /usr/src/app
|
||||
|
||||
# Build app for production with minification
|
||||
RUN npm run build-ntc
|
||||
|
Loading…
x
Reference in New Issue
Block a user