mirror of
https://codeberg.org/gigirassy/teletraan.git
synced 2026-08-30 23:27:39 +00:00
Update Dockerfile
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user