fix newline

This commit is contained in:
Simon Larsen
2024-03-12 10:43:14 +00:00
parent 6c08d12f4c
commit 49a2cbd579

View File

@@ -6,7 +6,6 @@
FROM node:21.6-alpine3.18
RUN mkdir /tmp/npm && chmod 2777 /tmp/npm && chown 1000:1000 /tmp/npm && npm config set cache /tmp/npm --global
ARG GIT_SHA
ARG APP_VERSION