mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 03:28:35 +01:00
Do not copy root on proxy dockerfile
This commit is contained in:
parent
c46f64c3b1
commit
a9ec28d5d7
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ RUN mkdir -p /usr/src/app
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
COPY package.json ./
|
COPY package.json ./
|
||||||
RUN npm install --frozen-lockfile
|
RUN npm install --frozen-lockfile
|
||||||
COPY ./ ./
|
# COPY ./ ./
|
||||||
COPY p/server.js ./
|
COPY p/server.js ./
|
||||||
|
|
||||||
#################################################################################
|
#################################################################################
|
||||||
|
|
Loading…
Reference in a new issue