mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-02-03 05:03:27 +00:00
less annoying file name for autocomplete
This commit is contained in:
parent
cce1a2246c
commit
fb123e12e1
@ -13,7 +13,7 @@ FROM base AS setup
|
||||
COPY . /app/
|
||||
|
||||
RUN cp /app/package.json /app/package.json.bak
|
||||
ADD package.justserve.json /app/package.json
|
||||
ADD justservewebserver.package.json /app/package.json
|
||||
RUN npm ci --ignore-scripts
|
||||
RUN cp -r /app/node_modules /app/node_modules.justserve
|
||||
RUN cp /app/package.json.bak /app/package.json
|
||||
|
Loading…
x
Reference in New Issue
Block a user