Update Dockerfile
All checks were successful
Build and Deploy / Deploy (push) Successful in 2m7s

This commit is contained in:
Xeovalyte 2023-11-28 16:32:17 +01:00
parent 2ff922cab5
commit 7b9c9e8971

View File

@ -2,7 +2,7 @@ FROM node:18
WORKDIR /usr/src/app
COPY .website/output .
COPY website/.output .
EXPOSE 3000