codacy issues fix
This commit is contained in:
parent
a51f2869bf
commit
4f5de32eed
@ -1,6 +1,6 @@
|
||||
FROM python:3.6.3
|
||||
|
||||
MAINTAINER SamR1
|
||||
MAINTAINER SamR1@users.noreply.github.com
|
||||
|
||||
# set working directory
|
||||
RUN mkdir -p /usr/src/app
|
||||
|
@ -1,5 +1,5 @@
|
||||
FROM postgres:10.1
|
||||
|
||||
MAINTAINER SamR1
|
||||
MAINTAINER SamR1@users.noreply.github.com
|
||||
|
||||
COPY create.sql /docker-entrypoint-initdb.d
|
||||
|
@ -1,6 +1,6 @@
|
||||
FROM node:9.4.0
|
||||
|
||||
MAINTAINER SamR1
|
||||
MAINTAINER SamR1@users.noreply.github.com
|
||||
|
||||
# set working directory
|
||||
RUN mkdir /usr/src/app
|
||||
|
@ -1,6 +1,6 @@
|
||||
FROM nginx:1.13.0
|
||||
|
||||
MAINTAINER SamR1
|
||||
MAINTAINER SamR1@users.noreply.github.com
|
||||
|
||||
RUN rm /etc/nginx/conf.d/default.conf
|
||||
COPY /nginx.conf /etc/nginx/conf.d
|
||||
|
Loading…
Reference in New Issue
Block a user