Update Dockerfile
This commit is contained in:
parent
b859378f3f
commit
2f68810c17
1 changed files with 0 additions and 2 deletions
|
|
@ -2,8 +2,6 @@ FROM node:20-alpine
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY . ./web
|
|
||||||
|
|
||||||
RUN npm ci
|
RUN npm ci
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue