added workdir to dockerfile
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Djeeberjr 2022-06-08 12:50:38 +02:00
parent 741256c1e4
commit 2ebe95e9f8

View File

@ -20,4 +20,6 @@ COPY --from=jsbuild /app/build/public /app/public
EXPOSE 3000
WORKDIR /app
ENTRYPOINT [ "/app/s3share" ]