Fix docker file again

This commit is contained in:
Bolke de Bruin
2025-09-25 16:15:02 +02:00
parent 3f73572bcc
commit 55f528ae15

View File

@@ -42,7 +42,7 @@ COPY --chown=1001 --from=builder /opt/rdpgw /opt/rdpgw
COPY --chown=1001 --from=builder /etc/passwd /etc/passwd
# Copy templates directory
COPY --from=builder /app/cmd/rdpgw/templates ./templates
COPY --from=builder /app/cmd/rdpgw/templates /opt/rdpgw/templates
# Copy assets directory from the app source
COPY --chown=1001 --from=builder /app/assets /opt/rdpgw/assets