This commit is contained in:
2026-05-13 11:17:37 +02:00
parent d907962680
commit a1d55ae447
2 changed files with 4 additions and 2 deletions

View File

@@ -11,8 +11,7 @@ COPY ./deployment/develop/start.sh ./
RUN npm config set @sf-alvar:registry https://git.savefamilygps.net/api/packages/SaveFamily/npm/ &&\
npm install &&\
chmod +x start.sh &&\
ln -sf ./dist ./src
chmod +x start.sh
EXPOSE ${PORT}
ENTRYPOINT [ "./start.sh" ]