Update Dockerfile
This commit is contained in:
parent
21ac649bba
commit
375059e3ee
1 changed files with 3 additions and 0 deletions
|
|
@ -9,4 +9,7 @@ RUN npm ci
|
||||||
COPY . ./
|
COPY . ./
|
||||||
|
|
||||||
EXPOSE 5173
|
EXPOSE 5173
|
||||||
|
|
||||||
|
RUN echo ":tools: Listing context:" && ls -R . && echo "************************"
|
||||||
|
|
||||||
CMD ["npm", "run", "dev"]
|
CMD ["npm", "run", "dev"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue