@ -5,6 +5,6 @@ WORKDIR /app
COPY . .
RUN make all
WORKDIR /dist
WORKDIR /app/dist
CMD ["./posti-dm"]
EXPOSE 3000