1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-25 18:28:07 +02:00

Fixed formatting changes

This commit is contained in:
ajeetraina 2022-03-12 12:03:07 +05:30
parent e5008d036b
commit aed1b15d31
7 changed files with 7 additions and 8 deletions

View file

@ -1,3 +1,3 @@
FROM nginx
FROM nginx:1.21.6
RUN rm /etc/nginx/conf.d/default.conf
COPY nginx.conf /etc/nginx/conf.d/default.conf

View file

@ -1,4 +1,4 @@
FROM node:alpine
FROM node:14.17.3-alpine3.14
WORKDIR /usr/src/app

View file

@ -1,4 +1,4 @@
FROM node:alpine
FROM node:14.17.3-alpine3.14
WORKDIR /usr/src/app

View file

@ -1,4 +1,4 @@
FROM node:alpine
FROM node:14.17.3-alpine3.14
WORKDIR /usr/src/app