Skip to content

Commit

Permalink
chore(docker): remove platform flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Aysnine committed Jun 5, 2023
1 parent 2a5f53d commit 98cddee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 nginx:alpine
FROM nginx:alpine

COPY html /usr/share/nginx/html
COPY dist.crx /usr/share/nginx/html/download.crx
Expand Down

0 comments on commit 98cddee

Please sign in to comment.