From aa3d93dde396dbcb038b24cbd0958bed6c6df786 Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Sun, 13 Mar 2022 20:26:02 +0100 Subject: [PATCH] Aggiustate cose --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7304779..175f813 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,6 @@ WORKDIR /app COPY . . RUN make all -WORKDIR /dist +WORKDIR /app/dist CMD ["./posti-dm"] EXPOSE 3000 \ No newline at end of file