diff --git a/Dockerfile b/Dockerfile index 24a8ff5..f0d9ce0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,4 +26,4 @@ VOLUME ${WORKDIR} ENTRYPOINT ["/bin/gateway"] -COPY gateway /bin/gateway +COPY database-gateway /bin/gateway