We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d559b0 commit 7f886e7Copy full SHA for 7f886e7
Dockerfile
@@ -12,7 +12,7 @@ COPY . /app/
12
RUN npm run build
13
14
# 2) Run
15
-FROM registry2.iran.liara.ir/platforms/static-platform:base
+FROM nginx:1.27.0
16
17
COPY liara_nginx.conf /etc/nginx/conf.d
18
COPY --from=builder /app/out /usr/share/nginx/html
0 commit comments