Removed nginx to test if it works without #148
1 changed files with 0 additions and 5 deletions
|
@ -7,8 +7,3 @@ COPY package-lock.json ./
|
||||||
RUN npm ci --silent
|
RUN npm ci --silent
|
||||||
COPY . ./
|
COPY . ./
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
FROM nginx:latest
|
|
||||||
COPY --from=builder /app/build /usr/share/nginx/html
|
|
||||||
EXPOSE 80
|
|
||||||
CMD ["nginx", "-g", "daemon off;"]
|
|
||||||
|
|
Loading…
Reference in a new issue