allow websockets from netlify.app subdomain for debugging

This commit is contained in:
2021-11-18 00:11:45 -05:00
parent 537456e0f1
commit 707f554c36
2 changed files with 3 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
FROM docker.io/amd64/ubuntu:20.04
FROM docker.io/ubuntu:20.04
LABEL maintainer="Jake Jarvis <jake@jarv.is>"
LABEL repository="https://github.com/jakejarvis/y2k"
LABEL homepage="https://y2k.jarv.is/"
LABEL homepage="https://y2k.app/"
ARG DEBIAN_FRONTEND=noninteractive