Skip to content

Commit 2f3acef

Browse files
authored
Merge pull request #101 from maproulette/jlow/switch-to-npm
Switch from yarn to npm
2 parents fd5c176 + f6abdc9 commit 2f3acef

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

frontend/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ COPY customLayers.json ./src/customLayers.json
3232

3333
# Build the Maproulette Frontend
3434
ENV NODE_OPTIONS="--max-old-space-size=8192"
35-
RUN \
36-
yarn --network-timeout 100000 && \
37-
yarn --network-timeout 100000 run build
35+
RUN npm install
36+
RUN npm run build
3837

3938
FROM docker.io/library/nginx:${NGINX_TAG}
4039

0 commit comments

Comments
 (0)