Update Dockerfile

This commit is contained in:
gigirassy
2026-07-17 02:43:13 +02:00
parent 33da3f98d4
commit 80b726315e
+3
View File
@@ -20,6 +20,9 @@ USER 65535:65535
# copy binary into path # copy binary into path
COPY --from=build --chown=65535:65535 /tmp/bin/teletraan /teletraan COPY --from=build --chown=65535:65535 /tmp/bin/teletraan /teletraan
# data workdir. this allows using teletraan as the base for images easily via simply ``COPY --from=build /app/dist .``
WORKDIR /data
# expose # expose
EXPOSE 3000 EXPOSE 3000