Add a task to update vue build in Dockerfile
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
FROM node:16
|
||||
|
||||
# Export static site into lifetracker-server
|
||||
WORKDIR lifetracker-vue
|
||||
RUN npm install
|
||||
RUN npm run build-only
|
||||
|
||||
# Create app directory
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user