diff --git a/production/docker/Dockerfile b/production/docker/Dockerfile index 2a85bce..66ce299 100644 --- a/production/docker/Dockerfile +++ b/production/docker/Dockerfile @@ -66,8 +66,6 @@ RUN npm install # Generate the API docs RUN npm run docs -VOLUME /home/safeuser/keys - # Expose the port the API will be served on. EXPOSE 5010