Remove double spaces in Dockerfiles

This commit is contained in:
Adam Stachowicz
2021-09-12 19:43:14 +02:00
parent 1cc788da68
commit 7c83bed273
2 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ RUN apk add --no-cache python3 py3-cryptography py3-pip py3-six py3-yaml py3-cli
rm -rf /root/.cache
# Copy app files from build layer
COPY --from=build /app /app
COPY --from=build /app /app
EXPOSE 3001
VOLUME ["/app/data"]