Update Dockerfile
This commit is contained in:
parent
c2046996df
commit
2a649f00d7
1 changed files with 0 additions and 1 deletions
|
|
@ -8,7 +8,6 @@ COPY . ./web
|
||||||
|
|
||||||
RUN npm ci
|
RUN npm ci
|
||||||
|
|
||||||
COPY . .
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
EXPOSE 5173
|
EXPOSE 5173
|
||||||
CMD ["npm", "run", "dev"]
|
CMD ["npm", "run", "dev"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue