Skip to content

Commit

Permalink
use amd64 builder
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchop committed Nov 12, 2023
1 parent 3f5d065 commit 6082791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/prod/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Container used to build the minified frontend JS code
FROM node:buster AS frontend-builder
FROM amd64/node:buster AS frontend-builder

RUN npm install -g n && n 16

Expand Down

0 comments on commit 6082791

Please sign in to comment.