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