changed directory
All checks were successful
Build and Deploy / Deploy (push) Successful in 1m48s

This commit is contained in:
Xeovalyte 2023-05-01 20:06:48 +02:00
parent bee760839f
commit 48d8d3f035

View File

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