Skip to content

Commit 1f43a00

Browse files
authored
Merge pull request #168 from MartinBarker/awsCloudwatchLogs
Aws cloudwatch logs
2 parents 665a428 + 76dd3df commit 1f43a00

File tree

3 files changed

+4363
-4308
lines changed

3 files changed

+4363
-4308
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,8 @@ COPY supervisord.conf /etc/supervisord.conf
4444
# Expose ports
4545
EXPOSE 80 3001 3030
4646

47+
# Create log directory
48+
RUN mkdir -p /var/log
49+
4750
# Command to run supervisord
4851
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisord.conf"]

0 commit comments

Comments
 (0)