forked from VinokurovVE/tests
Build ahead of Docker image pull
This commit is contained in:
@ -8,6 +8,8 @@ RUN npm install
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN npm run build
|
||||
|
||||
EXPOSE 5173
|
||||
|
||||
CMD ["npm", "run", "serve"]
|
Reference in New Issue
Block a user