Skip to content

Commit 32ce738

Browse files
authored
Merge pull request #6 from redoonetworks/arm-compatibility
Update Dockerfile with npm self upgrade
2 parents 2efaaf3 + eba6289 commit 32ce738

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ COPY src ./src
2626
COPY config ./config
2727
COPY migrations ./migrations
2828

29-
RUN npm install
30-
RUN npm audit fix
31-
29+
RUN ln -s /usr/bin/python3 /usr/bin/python && \
30+
npm install -g npm && \
31+
npm install
32+
#RUN npm audit fix
3233

3334
############################################################
3435
#

0 commit comments

Comments
 (0)