Fixed Dockerfile and Loading component
This commit is contained in:
+2
-4
@@ -1,13 +1,11 @@
|
||||
FROM node:18-alpine
|
||||
|
||||
# Path: /app
|
||||
|
||||
WORKDIR /lk-results/
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN npm install
|
||||
RUN npm run build
|
||||
RUN npm install -g serve
|
||||
RUN npm install -g
|
||||
|
||||
CMD ["serve", "-s", "build"]
|
||||
CMD ["serve", "-s", "dist"]
|
||||
Reference in New Issue
Block a user