🔇 Remove debug loggin from docker image

This commit is contained in:
Manuel 2023-02-19 21:30:13 +01:00
parent 8d8681e4d9
commit 14cd54fd7d

View File

@ -6,7 +6,4 @@ WORKDIR /app
EXPOSE 3000
RUN ls -lha
RUN ls dist -lha
CMD ["yarn", "start:prod"]