log working dir

This commit is contained in:
Lee 2023-10-18 00:12:38 +01:00
parent 09442795a3
commit f9c8db6ea8

@ -4,6 +4,8 @@ EXPOSE 5000
COPY . .
RUN pwd
RUN npm install
RUN npm run build