Update Dockerfile
This commit is contained in:
parent
68e7c08766
commit
d92a993dfc
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
FROM node:20-alpine
|
FROM node:20-alpine
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY . ./web
|
COPY . ./web
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue