mirror of
https://codeberg.org/gigirassy/teletraan.git
synced 2026-08-30 15:27:38 +00:00
Update Dockerfile
This commit is contained in:
@@ -20,6 +20,9 @@ USER 65535:65535
|
||||
# copy binary into path
|
||||
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 3000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user