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