Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc223ad0

Browse files
committed
Specify node version precisely in docker
1 parent98473e0 commitc223ad0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎Dockerfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1 - Build frontend
2-
FROM node:14 as build-frontend
2+
FROM node:14.15.4 as build-frontend
33
WORKDIR /usr/src/app
44
COPY frontend/package-lock.json frontend/package.json ./frontend/
55

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Several debuggers are provided, including [snoop](https://github.com/alexmojaki/
163163
- If you get `ModuleNotFoundError: No module named 'resource'` then set the environment variable `SET_LIMITS` to `0`.
164164

165165
4. In the`frontend` folder:
166-
1. Ensure you have version 14.15.4 (lts/fermium) of`node` andits correspondingversion(7.5.2) of`npm`.
166+
1. Ensure you have version 14.15.4 (lts/fermium) of`node` and version 7.5.2 of`npm`.
167167

168168
If you are on Windows: (in a Powershell window with "Run as Administrator")
169169

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp