Browse Source

Update and rename ubuntu.dockerfile to ubuntu.Dockerfile

pull/1247/head
valoomba 2 years ago
committed by GitHub
parent
commit
50a93ebad4
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      ubuntu.Dockerfile

2
ubuntu.dockerfile → ubuntu.Dockerfile

@ -8,3 +8,5 @@ COPY src /app
WORKDIR /app
RUN npm ci --omit=dev &&\
mv node_modules /node_modules
# Set Environment
ENV DEBUG=Server,WireGuard
Loading…
Cancel
Save