Another attempt to fix Docker issue
This commit is contained in:
parent
0d649fb512
commit
8aedd4f542
@ -10,6 +10,8 @@ WORKDIR /usr/src/app/lifetracker-vue
|
|||||||
RUN npm install
|
RUN npm install
|
||||||
RUN npm run build-only
|
RUN npm run build-only
|
||||||
|
|
||||||
|
COPY lifetracker-server/src/dist /usr/src/app/lifetracker-server/src/
|
||||||
|
|
||||||
WORKDIR /usr/src/app/lifetracker-server
|
WORKDIR /usr/src/app/lifetracker-server
|
||||||
# Install app dependencies
|
# Install app dependencies
|
||||||
# A wildcard is used to ensure both package.json AND package-lock.json are copied
|
# A wildcard is used to ensure both package.json AND package-lock.json are copied
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user