diff --git a/Dockerfile b/Dockerfile index 7a0a5fc3d..6a8618876 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,6 +24,6 @@ WORKDIR /srv COPY --from=build /src ./apphub # run the app -WORKDIR apphub +WORKDIR apphub/server EXPOSE 3000 -CMD ["node", "server/src/main.js"] +CMD ["node", "src/main.js"]